home *** CD-ROM | disk | FTP | other *** search
- // Empty$$COM_Class_Name$$.idl : IDL source for $$root$$.dll
- //
-
- // This file will be processed by the MIDL tool to
- // produce the type library ($$root$$.tlb) and marshalling code.
-
- import "oaidl.idl";
- import "ocidl.idl";
- import "imsigx.idl";
- [
- object,
- uuid($$Regen_Interface_GUID$$),
- dual,
- helpstring("I$$COM_Class_Name$$ Interface"),
- pointer_default(unique)
- ]
- interface I$$COM_Class_Name$$ : IDispatch
- {
- $$IF(RegenCreating)
- $$INCLUDE(REGEN.IDL)
- $$ENDIF
- $$IF(ToolCreating)
- $$INCLUDE(TOOL.IDL)
- $$ENDIF
- $$IF(FilterCreating)
- $$INCLUDE(FILTER.IDL)
- $$ENDIF
- $$IF(TieCreating)
- $$INCLUDE(TIE.IDL)
- $$ENDIF
- $$INCLUDE(ALLEVENTS.IDL)
- };
-
- [
- uuid($$Project_TypeLibrary_GUID$$),
- version(1.0),
- helpstring("$$root$$ 1.0 Type Library")
- ]
- library $$ROOT$$Lib
- {
- importlib("stdole32.tlb");
- importlib("stdole2.tlb");
- $$IF(TieCreating)
- importlib("$$SDKIncludeDirectory$$stieserver.tlb");
- $$ENDIF
- [
- uuid($$Regen_COClass_GUID$$),
- helpstring("$$COM_Class_Name$$ Class")
- ]
- coclass $$COM_Class_Name$$
- {
- [default] interface I$$COM_Class_Name$$;
- $$IF(TieCreating)
- interface ITurboCADSmartTieServer;
- $$ENDIF
- };
- };
-